home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / ncd-0.000 / ncd-0 / ncd-0.9.8 / csh.login < prev    next >
Encoding:
Text File  |  1995-05-04  |  482 b   |  16 lines

  1. # THIS IS FOR THE TCSH SHELL
  2.  
  3. # Add this to your .login, or to /etc/csh.login for system wide
  4. # configuration. Nnote that the ncd executable is in the
  5. # directory /usr/bin/ncd, modify it if necessary:
  6.  
  7. alias ncd '/usr/bin/ncd \!* ; if $? == 0 cd "`cat $HOME/.ncd_sdir`" '
  8.  
  9.  
  10. # In NCD_OPTS environment variable you can define your preferred default
  11. # options. -RHaVDxL are the default ones. NCD_OPTS needs not be defined at
  12. # all if you use this ones.
  13.  
  14. # setenv NCD_OPTS "-RHaVDxL"
  15.  
  16.